From 11dfd1c079cd2da2e8a20f66f1f27a68884aa6ca Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Mon, 1 May 2006 15:30:53 +0100 Subject: [PATCH] The Xen netif drivers won't complile if NET is absent. Signed-Off-By: Horms --- linux-2.6-xen-sparse/drivers/xen/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-2.6-xen-sparse/drivers/xen/Kconfig b/linux-2.6-xen-sparse/drivers/xen/Kconfig index 21487f54d4..15dd61964f 100644 --- a/linux-2.6-xen-sparse/drivers/xen/Kconfig +++ b/linux-2.6-xen-sparse/drivers/xen/Kconfig @@ -99,7 +99,7 @@ config XEN_BLKDEV_TAP_BE config XEN_NETDEV_BACKEND tristate "Network-device backend driver" - depends on XEN_BACKEND + depends on XEN_BACKEND && NET default y help The network-device backend driver allows the kernel to export its @@ -155,7 +155,7 @@ config XEN_BLKDEV_FRONTEND config XEN_NETDEV_FRONTEND tristate "Network-device frontend driver" - depends on XEN + depends on XEN && NET default y help The network-device frontend driver allows the kernel to access -- 2.30.2